Search
IMatrix.TransformPoints Method
See Also
 





Applies the geometric transform represented by this IMatrix to the specified array of points.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void TransformPoints (
    IList<Point> points
)

Visual Basic  Copy Code

Sub TransformPoints( _
    points As IList(Of Point) _
)

 Parameters

points

A list of Point structures that represents the points to transform.

 See Also